github.com/andybalholm/brotli.contextBlockSplitter.max_block_types_ (field)

4 uses

	github.com/andybalholm/brotli (current package)
		metablock.go#L276: 	max_block_types_   uint
		metablock.go#L298: 	self.max_block_types_ = maxNumberOfBlockTypes / num_contexts
		metablock.go#L311: 	max_num_types = brotli_min_size_t(max_num_blocks, self.max_block_types_+1)
		metablock.go#L391: 		if split.num_types < self.max_block_types_ && diff[0] > self.split_threshold_ && diff[1] > self.split_threshold_ {